Skip to content

Conversation

@rkistner
Copy link
Contributor

Due to order that we merged and deployed PRs, the migrations in #316 were not consistently run, since the migration process relies on strict ordering of the migrations. More specifically:

  1. New instances on v1.16.0 did run 1752661449910-connection-reporting.
  2. Existing instances upgrading to v1.16.0 skipped 1752661449910-connection-reporting.

This duplicates the migration, to ensure that existing instances do run it.

These migrations are idempotent, so having the same up and/or down migration run twice is not an issue.

@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2025

🦋 Changeset detected

Latest commit: a0bbcca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 11 packages
Name Type
@powersync/service-module-mongodb-storage Patch
@powersync/service-core Patch
@powersync/service-image Patch
@powersync/service-schema Patch
@powersync/service-module-mongodb Patch
@powersync/service-module-mysql Patch
@powersync/service-module-postgres Patch
@powersync/service-core-tests Patch
@powersync/service-module-core Patch
@powersync/service-module-postgres-storage Patch
test-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rkistner rkistner merged commit c6bdb4f into main Nov 10, 2025
22 checks passed
@rkistner rkistner deleted the fix-migrations branch November 10, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants